home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / softwareupdate / cybergraphix update / cyberupdate2.25 / docs / cgraphx225u.readme next >
Text File  |  1997-03-19  |  4KB  |  107 lines

  1. Short:    CyberGraphX Extension Update 
  2. Author:   fmariak@chaosengine.ping.de,marvin@sun.ph-cip.uni-koeln.de
  3. Uploader: vgr@best.com (Robert C. Reiswig)
  4. Type:     gfx/board
  5.  
  6.  
  7. The CyberGraphX system was designed to define an independant graphics
  8. standard for graphics boards. We also wanted to continue our development
  9. of graphics extensions. We could include all our knowledge of about 3 years
  10. of gfx board software development (graphics extensions for Visiona, Domino,
  11. Picasso II and now the CyberVision64).
  12.  
  13. CyberGraphX is based on hardware dependant monitor drivers and hardware
  14. independant libraries. This has some advantages: Bug fixes in the graphics
  15. extension or speed optimizations is of benefit for ALL gfx boards that are
  16. supported by the CyberGraphX system.
  17.  
  18. CyberGraphX allows using of 15/16/24 screens independant of the used
  19. color model. You are able to use the cybergraphics.library functions to
  20. modify this screens.
  21.  
  22. Currently there are versions for:  CyberVision64/3D
  23.                                    CyberVision64
  24.                                    Domino
  25.                                    Picasso II
  26.                                    Picasso II+
  27.                                    Spectrum
  28.                                    Piccolo Z2/3
  29.                                    Piccolo SD64
  30.                                    Retina BLT Z3
  31.                                    A2410
  32.                                    DraCo Altais
  33.  
  34.  
  35.  
  36. CHANGES:
  37.  
  38.  cybergraphics Revision 40.113
  39.  ------------------------------
  40.   - MovePixelArray()/cybergraphics does not trash register D2 anymore.
  41.     This fixes a register trashing problem with BltBitmap()/graphics on
  42.     truecolour bitmaps, too.
  43.   - fixed conversion bug with RGBA/ARGB scaling in ScalePixelArray()/cgx
  44.     when destination bitmap format was RGB15
  45.  
  46.  cybergraphics Revision 40.111
  47.  ------------------------------
  48.    - graphics/BitMapScale() now also supports scaling of chunky,hicolour and
  49.      truecolour bitmaps. It only worked for planar destinations before.
  50.  
  51.  cybergraphics Revision 40.108
  52.  ------------------------------
  53.    - gained some speed when allocating true colour bitmaps with
  54.      graphics/AllocBitMap() that don't need to be cleared. This may improve
  55.      window refresh performance sligtly for large windows.
  56.  
  57.  cybergraphics Revision 40.107
  58.  ------------------------------
  59.    - flood fills are a bit faster for planar bitmaps now. This should improve
  60.      performance for certain flood fill operations on workbench icons.
  61.  
  62.  cybergraphics Revision 40.106
  63.  ------------------------------
  64.    - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  65.      on 15/16 bit rgb colour screens. Apps like Frodo4.0 which use
  66.      WritePixelArray/RECTFMT_LUT8 may gain a litte speed due to the
  67.      optimized call. Stack usage increases though.
  68.  
  69.    - BitMapScale()/graphics patch trashed 68k data register D7 in some cases.
  70.      This is now fixed.
  71.  
  72.  cybergraphics Revision 40.105
  73.  ------------------------------
  74.    - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  75.      on 8 bit screens. It should be as fast as WritePixelArray8()/graphics
  76.      patch now. Apps or games which have cybergraphx support and use
  77.      WritePixelArray/RECTFMT_LUT8 instead of WritePixelArray8 may gain a
  78.      litte speed due to the optimized call.
  79.  
  80.  cybergraphics Revision 40.104
  81.  ------------------------------
  82.    - added some code to get powersnap working on truecolour screens
  83.  
  84.  cybergraphics Revision 40.103
  85.  ------------------------------
  86.    - Due to a bug in the rect filling code, swapping/toggling of simple refresh
  87.      windows got really slow unter truecolour screens with previous v2 versions.
  88.      There is really a VISIBLE speed INCREASE with that fixed now when using
  89.      simple refresh windows.
  90.  
  91.    - added flood()/graphics replacement. Programs like PPaint should now work
  92.      completely without chipram when cybergraphics/PLANES2FAST=1 
  93.  
  94.  cybergraphics Revision V40.95
  95.  ------------------------------
  96.    - fixes serious bug in FillPixelArray (register A6 was trashed under
  97.      certain conditions)
  98.  
  99.  
  100.  cyberintuition Revision V40.34
  101.  ------------------------------
  102.    - the tags SA_Draggable,SA_DClip,SA_BlockPen,SA_DetailPen are
  103.      now supported correctly
  104.    - fixed some problems with 8bit screens when no SA_Depth tag
  105.      was supplied and the NOCHIPSCREEN is enabled
  106.  
  107.